Global Index
HTML5 JS API Index > Browser Tutorials & Specs

PopStateEventInit

Extends EventInit.

This type represents a collection of object properties and does not have an explicit JavaScript representation.

Properties
any
state
The state attribute must return the value it was initialized to. When the object is created, this attribute must be initialized to null. It represents the context information for the event, or null, if the state represented is the initial state of the Document.
Referenced by
PopStateEventPopStateEvent(...)